File: w_main.srw
Size: 279
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension Main Window class
forward
global type w_main from pfc_w_main
end type
end forward

global type w_main from pfc_w_main
end type
global w_main w_main

on w_main.create
call pfc_w_main::create
end on

on w_main.destroy
call pfc_w_main::destroy
end on